type github.com/gotd/neo.moments
7 uses
github.com/gotd/neo (current package)
moment.go#L10: type moments []moment
moment.go#L12: func (m moments) do(t time.Time) {
moment.go#L18: func (m moments) Len() int {
moment.go#L22: func (m moments) Less(i, j int) bool {
moment.go#L26: func (m moments) Swap(i, j int) {
time.go#L118: func (t *Time) tickUnlocked() moments {
time.go#L119: var past moments
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |